home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Star Festival... a Return to Japan
/
Star Festival... a Return to Japan.iso
/
pc
/
STARFESTIVAL
/
10d.dir
/
00064.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-04-02
|
295 b
|
14 lines
on exitFrame
if rollOver(15) then
set the visible of sprite 16 to 1
else
set the visible of sprite 16 to 0
end if
if rollOver(17) or rollOver(21) or rollOver(22) then
set the visible of sprite 18 to 1
else
set the visible of sprite 18 to 0
end if
go(the frame)
end